AnylineTireSidewallScanner

Entry point for the Tire Sidewall Scanner.

Launches a guided, full-screen camera that captures a tire sidewall automatically once it is correctly framed, uploads it to the Anyline Cloud API, and returns the reading together with the captured image as a TswScanResult.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun scan(from: UIViewController, clientId: String, onResult: (TswScanResult) -> Unit)

Launches a sidewall scan with the default TswScannerConfig.

fun scan(from: UIViewController, clientId: String, config: TswScannerConfig = TswScannerConfig(), onResult: (TswScanResult) -> Unit)

Launches a sidewall scan.